home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Updates, etc.
/
PG PRO⁄PG Lite Demos
/
PG Writer π
/
PG Writer.GLBL
< prev
next >
Wrap
Text File
|
1994-03-28
|
4KB
|
87 lines
'===============================================================================
'= Copyright 1992 Staz™ Software, Inc. =
'= All rights reserved =
'= "Project.GLBL" from PG:PRO =
'===============================================================================
' DIMension your app's globals & equate your app's constants here
'===============================================================================
'
' MUCKWRITE's Global variables
'
DIM gFixMenubar'if non-zero, then menubar
:' needs to be fixed
_fixPageMessage = 1'this is a delayed message
:'that tells MuckWrite that it
:'needs to fix the edit field
:'size of the current
:'window to match the new size
:'of the paper.
'===============================================================================
'
' DIMs and equates placed here will not be disturbed by PG PRO
'
'{PG1} PG PRO uses this line as a source code marker. Do not remove it.
'======================================================================
' Window Class Reference Numbers
'======================================================================
_DocWnd = 1'Untitled 1
_SplashWnd = 2'Splash
'----------------------------------------------------------------------
' Untitled 1:Controls & Fields
'----------------------------------------------------------------------
_docFld = 8001'Text Field
'----------------------------------------------------------------------
' Splash:Controls & Fields
'----------------------------------------------------------------------
_picFld1class2 = 1'Pict Field
'======================================================================
' Filter & Include Globals
'======================================================================
'======================================================================
' Menu Equates
'======================================================================
_FileMenu = 1'== File ==
_NewItem = 1
_OpenItem = 2
_CloseItem = 3
_SaveItem = 5
_SaveAsItem = 6
_PageSetupItem = 8
_PrintItem = 9
_QuitItem = 11
_EditMenu = 2'== Edit ==
_CantUndoItem = 1
_undoItem = _cantUndoItem
_CutItem = 3
_CopyItem = 4
_PasteItem = 5
_ClearItem = 6
_SelectAllItem = 7
:'== Apple Menu ==
_AboutPGWriterItem = 1
_FontMenu = 3'== Font ==
_SizeMenu = 4'== Size ==
_StyleMenu = 5'== Style ==
_PlainItem = 1
_BoldItem = 3
_ItalicItem = 4
_UnderlineItem = 5
_OutlineItem = 6
_ShadowItem = 7
_CondenseItem = 9
_ExtendItem = 10
_LeftItem = 12
_CenterItem = 13
_RightItem = 14
_ColorMenu = 6'== Color ==
_redItem = 1
_greenItem = 2
_blueItem = 3
'{PG2} PG PRO uses this line as a source code marker. Do not remove it.
'
'
' DIMs and equates placed here will not be disturbed by PG PRO
'
_wndHScroll = 8000
_wndVScroll = 8001